home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / winben25.zip / WINBENCH.HLP < prev   
Text File  |  1992-03-02  |  13KB  |  280 lines

  1. PC Magazine Labs Windows Graphics Benchmark Help
  2. Version 2.50
  3.  
  4. Version 2.50 computes the WINMARK(tm), the weighted geometric mean of twelve
  5. Windows graphics operations that are the most frequently used by major Windows
  6. applications.  In late 1991, PC Labs instrumented three classes of leading
  7. Windows applications (text-oriented, bitmapped graphics, and vector graphics
  8. applications), and found that several BitBlt, line drawing, and rectangle
  9. filling operations prevailed over all others.   The specific operations are:
  10.  
  11.   Memory to Screen Source Copy
  12.   Memory to Screen Pattern Copy
  13.   Memory to Screen Pattern Invert
  14.   Memory to Screen Destination Invert
  15.   Memory to Screen Whiteness
  16.   Draw Horizontal Single Lines
  17.   Draw Vertical Single Lines
  18.   Draw Diagonal Single Lines
  19.   Draw Horizontal Polylines
  20.   Draw Vertical Polylines
  21.   Draw Diagonal Polylines
  22.   Random Rectangles
  23.  
  24. When you start WINBENCH, it gives you the options of running the WINMARK tests,
  25. running the Advanced (detailed) tests, or exiting from the program.  The
  26. WINMARK result is the weighted GEOMETRIC mean of the twelve tests.  In the case
  27. where all the weights add up to 1.0, the weighted geometric mean is calculated
  28. as the product of each test result raised to the power of its weight.  In more
  29. mathematical terms,
  30.     WINMARK = (r1**w1)*(r2**w2)*...(rn**wn)
  31. where r1...rn are the test results, and w1...wn are the corresponding weights.
  32.  
  33. you may run the WINMARK tests and/or display the results by selecting
  34. Options | WINMARK at any time.
  35.  
  36. To manufacturers of personal computers and graphics hardware, publishers of
  37. Windows software drivers, and others who will publicize WINMARKs for commercial
  38. and non-commercial purposes:
  39.  
  40. To minimize the possibility of misrepresenting the results of the PC Magazine
  41. WINMARK test, you should make sure that any publication or distribution of these
  42. results in printed or electronic form includes the brand name, clock speed, and
  43. processor model of the PC on which the test was run, a concise description of the
  44. graphics hardware used for the test, and the Windows driver name, description, and
  45. version used for the test.  You may choose to augment this information by specifying
  46. the graphics chip set, host PC cache memory, and any other pertinent information.
  47. The WINMARK and the other WINBENCH tests are sensitive to all of these factors.
  48. A sample description follows:
  49.  
  50. A 37MHz White Label 80486 PC with a Generic Super VGA card running with
  51. Version 3.17 of VGA.DRV (640x480x16 colors) achieved a WINMARK result of
  52. 2,366,439.
  53.  
  54. The Compaq 386/25e used as a reference PC for the WINMARK was configured with
  55. 8 megabytes of 80 nanosecond DRAM and VGA integrated onto the system board.  This
  56. PC was tested with the standard VGA driver packaged with Windows 3.0, Version
  57. 3.00 of the driver VGA.DRV operating with 640x480x16 colors.
  58.  
  59. PC Labs is currently doing further instrumentation and analysis of major Windows
  60. applications, using more sophisticated graphical device interface (GDI)
  61. profiling tools recently made available by Microsoft.  Subsequent releases of
  62. WINBENCH may reflect adjustments in both the functions used and their weights,
  63. depending on the results of the analysis.
  64.  
  65. BENCHMARK OPTIONS
  66.  
  67. You may select the following items in the Modify Options dialog box:
  68.  
  69.   User Preference Options
  70.  
  71.      You may enable or disable the display of the timing dialog boxes at the end of
  72. each set of tests via the DISPLAY RESULTS radio buttons.
  73.  
  74.      You may enable or disable the output of a results file and change the file
  75. format via the FILE OUTPUT radio buttons.
  76.  
  77.      If you do select file output, then you can enter a name for the file and a
  78. heading for the file into the edit boxes in the FILE OPTIONS group box.
  79.  
  80.   Save Checkbox
  81.  
  82.      To the left of the OK button in the Modify Options dialog box is a single
  83. checkbox, labeled "Save".  If you select this option, WINBENCH will remember your
  84. current option settings, and automatically use these settings each time WINBENCH
  85. runs.  WINBENCH saves the option settings in the [Version.2.0] section of the
  86. WINBENCH.INI file in your Windows directory.
  87.  
  88.      If you use the same file name for different runs of WINBENCH, results from the
  89. current test are appended to the results of preceding tests.
  90.  
  91.  
  92. SUGGESTED USAGE
  93.  
  94.      If this is the first time you've used the WINBENCH benchmark, you may wish to
  95. experiment with it.  You can select and run any individual test via the menus.
  96.  
  97.      If you are timing the performance of a display card, you should run all of the
  98. detailed tests.  The fastest way to run all of the tests is to disable the display
  99. of results, and then enable the file options.  Running in this mode allows the
  100. benchmark to proceed without intervention, and to record its results in a file.
  101.  
  102.      To run all detailed tests automatically:
  103.  
  104.       Select "Modify Options" from the OPTIONS menu.
  105.       Select "No" for Display Results.
  106.       Select "Yes" for File Output.
  107.       Enter a name for the results file.
  108.       Enter a file heading for the results file.
  109.       Select OK.
  110.       Select "Run All Tests" from the OPTIONS menu.
  111.  
  112.      You may interrupt any sequence of tests by pressing ESC.  If ESC is pressed, the
  113. test currently running will complete, and you will be asked if you wish to cancel or
  114. continue.
  115.  
  116.  
  117. DESCRIPTIONS OF THE TESTS
  118.  
  119. BitBlt
  120.      The BIT BLock Transfer operation (BITBLT) with all of its variations is the
  121. single graphics operation most used within the Windows environment.
  122.  
  123.       The BitBlt Alignment tests perform a set of BitBlt copy operations of
  124.      various sizes from one area of the client window to another.  Aligned and
  125.      unaligned areas show the differences in throughput for video cards that perform
  126.      best when the data is aligned on an eight-pixel horizontal boundary.
  127.  
  128.       The BitBlt Overlap tests exercise the ability of a video card and Windows
  129.      driver to perform BitBlt copy operations where the source and destination
  130.      overlap in the window.
  131.  
  132.       The BitBlt ROPS tests are a series of 48 tests of the most frequently used
  133.      BitBlt operations for three combinations of source and destination: memory to
  134.      screen, screen to screen, and memory to memory.
  135.  
  136.       The BitBlt Screen/Memory tests copy source images in memory and on screen
  137.      to random destinations in the client window.
  138.  
  139. Curves
  140.      The Curves tests show the difference in performance between video cards that
  141. have hardware curve drawing operations and those cards that do not.
  142.  
  143.       The Partial Arcs tests draw arc shaped lines.
  144.  
  145.       The Ellipses test draw and fill ellipses.
  146.  
  147. Lines
  148.      The Lines tests are the second most frequently used group Windows graphics
  149. operations.  They show the difference in performance between video cards that have
  150. hardware line drawing operations and those cards that do not.
  151.  
  152.       The Single Lines tests draw single horizontal, vertical, and diagonal lines
  153.      across the window.  Drawing lines in different directions shows that various
  154.      video cards and drivers draw lines faster in one direction than another.  With
  155.      many video cards, horizontal line drawing is fastest, followed by vertical, then
  156.      diagonal.
  157.  
  158.       The PolyLines tests draw many horizontal, vertical, and diagonal lines
  159.      across the window with a single Windows graphics operation.  Interpretation of
  160.      results is similar to the Single Lines tests.
  161.  
  162.       The All Directions test draws lines at every possible angle.  The results
  163.      represent a composite of the line drawing capabilities of a video card and
  164.      driver.
  165.      
  166.           The Wide Lines tests draw lines of varying width in random directions and
  167.      random lengths.
  168.  
  169. Polygons
  170.      The Polygons tests exercise operations used by business graphics and drawing
  171. software.
  172.  
  173.           The Alternate Fill test fills the area between the odd-numbered and the
  174.      even-numbered sides of a polygon.
  175.      
  176.       The Winding Fill test draws a border that encloses a polygon but does not
  177.      overlap, then fills the shape defined by the border.
  178.  
  179. Rectangles
  180.      The Rectangles tests are the third most frequently used group Windows graphics
  181. operations.  They show the difference in performance between video cards that have
  182. rectangular area filling operations and those cards that do not.
  183.  
  184.           The Boxes tests fill concentric rectangles of various sizes.  One test
  185.      fills square rectangles and the other fills rectangles with rounded corners.
  186.      
  187.           The Random test draws and fills rectangles of random size and placement on
  188.      the screen.  It uses different colors and fill patterns for each rectangle.
  189.  
  190.           The Patterns test fills the client window with rectangles using various
  191.      shades from black to white, and using the standard Windows cross-hatching
  192.      patterns.
  193.  
  194. Text
  195.      The Text tests exercise Windows operations that are used by Windows itself and
  196. by word processors, desktop publishing software, spreadsheets, and other software
  197. that makes extensive use of different fonts in different sizes.
  198.  
  199.           The Image Fonts tests repeatedly fills the client window with the system
  200.      font, and two sizes each of the Roman and Helvetica fonts.
  201.      
  202.       The Scroll Fonts tests repeatedly scroll the client window upward and fill
  203.      the bottom of the screen with text.  There are five tests using the system font,
  204.      and two sizes each of the Roman and Helvetica fonts.  These tests are typical of
  205.      the scrolling operations done by word processors and desktop publishing
  206.      software.
  207.      
  208.           The Background Mix tests display the system font against opaque and
  209.      transparent backgrounds.
  210.      
  211.           The Greyed Text test displays the system font in grey at random positions
  212.      and angles on the screen.
  213.      
  214.       The Mixed Fonts test displays the Courier font in normal, italic,
  215.      underline, and bold faces.
  216.  
  217. Misc
  218.      The Misc tests perform miscellaneous graphics operations done by Windows.
  219.  
  220.           The Stretch tests display the PC Magazine logo in different sizes,
  221.      stretching or shrinking it to eleven different dimensions.
  222.      
  223.       The Image Data test displays the PC Magazine logo in 256 combinations of
  224.      foreground and background colors.
  225.  
  226. User Interface
  227.      The User Interface tests exercise high-level functions that are part of the
  228. Windows user interface.
  229.  
  230.       The Dialogue Boxes test draws a dialogue box on screen, then restores the
  231.      part of the client window covered by the dialog box.
  232.      
  233.           The Rubber Banding test varies the size of a rectangle, an operation used
  234.      in drawing packages and by software that supports the Windows clipboard
  235.      
  236.           The Scroll Window tests scroll text inside a window, an operation used by
  237.      list boxes and combo boxes.  One test scrolls with the window aligned on an
  238.      eight-pixel horizontal boundary, and the other uses an unaligned boundary.
  239.      Aligned and unaligned scrolling show the differences in throughput for video
  240.      cards that perform best when the data is aligned on an eight-pixel horizontal
  241.      boundary.
  242.  
  243.       The Clear Window test clears the client window.
  244.  
  245. Clipping
  246.      The Clipping tests show the effect of graphics operations performed through a
  247. combination of four rectangular clipping areas.
  248.  
  249.       The BitBlt Clipping test displays the PC Magazine logo at random points in
  250.      the client window.
  251.  
  252.       The Line Clipping test draws lines in all direction.
  253.  
  254.       The Text Clipping test repeatedly fills the client window with text.
  255.  
  256. Options
  257.      The Options menu allows you to select different options and to view test
  258. information.
  259.  
  260.       The System Information menu choice displays information about the current
  261.      combination of video card, video driver, and PC being tested.
  262.      
  263.           The Modify Options menu choice allows you to change the options for running
  264.      tests.  It is described above.
  265.      
  266.       The Run All Tests menu choice runs all of the tests using the current
  267.      options.
  268.  
  269.       The WINMARK menu choice runs the tests used to calculate the WINMARK value,
  270.      the weighted geometric mean for the combination of graphics adapter and PC
  271.      system on which the tests are run.
  272.  
  273.       The Demo Mode runs all of the tests but neither displays test results nor
  274.      produces a file containing test results.
  275.  
  276.       The Compare Results menu choice allows you to select another set of test
  277.      results to compare with the results run to date for the current test
  278.      configuration.  You may select test results only from files written by WINBENCH
  279.      in XLS format into the directory from which you have launched WINBENCH.
  280.